#index .swiper-1 {
    background: url(/static/img/banner-mobile2.webp) no-repeat;
    background-size: cover;
    background-position: center;
}
#index .swiper-2 {
    background: url(/static/img/banner-mobile.webp) no-repeat;
    background-size: cover;
    background-position: center;
}
#index .banner-index {
  height: 183px;
}
.index-banner-btn {
  width: 80px !important;
  height: 25px !important;
  font-size: 10px;
  line-height: 25px;
}
.index-banner-btn svg {
  width: 10px !important;
  height: 10px !important;
}
.banner-title {
  -webkit-text-stroke:  0px #ffffff !important;
}
.section-tittle {
  margin: 0;
}
/* it团队租赁 */
.team-list .team-wrap {
  background: #FFF9F6 !important;
  box-shadow: 0px 1px 15px 0px rgba(255,102,0,0.16);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid rgba(255,197,157,0.7);
  margin: 10px 0;
}
.team-list .content-wrap {
  width: 100%;
}
/* 模板 */
.model-list-item {
  padding: 0.5em;
}
.section-btn {
  padding: 5px 0 !important;
  margin: 18px auto 0 !important;
}
.section-btn img {
  width: 20px !important;
  height: 20px !important;
}
.rounded-btn {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
}
.row-btn {
  width: 60%;
}

/* 关于公司 */
.company {
  width: 90%;
  margin: auto;
  height: 186px;
  padding: 40px 20px !important;
}
.company-item {
  width: 90%;
  margin: auto;
  padding: 0;
}
.company-01,.company-02 {
  height: auto;
  background-size: 100% 100% !important;
  padding: 15px 10px;
  border-radius: 0 !important;
}
.company-01 {
    background: url('/static/img/desc1.webp') no-repeat;
    margin: 10px 0;
}

.company-02 {
    background: url('/static/img/desc2.webp') no-repeat;
}

/* 服务 */
.serve-defend-container {
  padding: 20px;
}
.serve {
  height: 200px;
}
.section-tittle h2 {
  font-size: 15px;
}
.serve-defend-title {
  bottom: 50%;transform: translate(-46%,50%);
}
.serve-defend {
  min-height: 60px;
  height: 40%;
  font-size: 10px;
  margin: 0;
  background-size: cover;
  padding: 15px 0;
  box-sizing: content-box;
}
.serve-defend-1 {
    background-image: url('/static/img/defend1.png');
}
.serve-defend-2 {
    background-image: url('/static/img/defend2.png');
}
.serve-defend-3 {
    background-image: url('/static/img/defend3.png');
}
.serve-defend-4 {
    background-image: url('/static/img/defend4.png');
}

/* 资讯中心 */
.news-defend {
  min-height: 83px;
  height: 83px;
  padding: 30px 36% 30px 10px;
}
.i-news-left {
  margin: 0;
}
.i-news-right {
  margin-left: 0;
}

.news-defend-1 {
  min-height: 160px;
  height: 176px;
  padding: 40px 10px;
  background-image: url('/static/img/咨讯中心m1.webp');
}
.news-defend-2 {
  background-image: url('/static/img/资讯中心2.webp');
  margin-bottom: 10px;
}
.news-defend-3 {
  background-image: url('/static/img/资讯中心3.webp');
}
.news-defend-4 {
  margin-top: 30px;
  background-image: url('/static/img/资讯中心4.webp');
}
.news-defend-5 {
  margin-top: 30px;
  background-image: url('/static/img/资讯中心5.webp');
}

#index .powers .power-item {
  font-size: 12px;
  margin-bottom: 12px;
}
#index .powers .power-item span {
  width: 8px;
  height: 8px;
}

/* 开发对比 */
#index .vs-wrap .title {
  font-size: 14px;
  margin-bottom: 10px;
}
#index .old-dev,#index .new-dev {
  border-radius: 20px;
  padding: 15px 0;
  font-size: 13px;
}
#index .old-dev {
  padding: 10px 0;
}
#index .vs-item {
  padding: 10px;
  min-height: 58px;
}
#index .vs-wrap .circle {
  margin-right: 6px;
}
#index .tag-img {
  margin-left: 8px;
}

#index .power-wrap .power-item {
  flex-direction: row;
  padding: 10px 3px;
} 
#index .power-title-border {
  border: none;
}
#index .power-item-border {
  border-bottom: 1px solid #D8D8D8;
}
#index .power-wrap .arrow {
  width: 20px;
  height: 20px;
}
#index .power-wrap .power-num {
  line-height: 50px;
}